home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / vbfloat / float.bas < prev    next >
BASIC Source File  |  1995-09-06  |  200b  |  6 lines

  1. Declare Function SetWindowWord Lib "User" (ByVal hwnd As Integer, ByVal Index As Integer, ByVal wNewWord As Integer) As Integer
  2.  
  3. Global FloatLoaded As Integer
  4. Global Const GWW_HWNDPARENT = (-8)
  5.  
  6.